Search
Schedule.registerItemClass Method (Class(?), String, Int32, String)
See Also
 






Registers a schedule item class for serialization support.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public static void registerItemClass (
    Class<? extends Item> itemClass,
    String classId,
    int classVersion,
    String clientClass
)

 Parameters

itemClass

A Type instance identifying the item class.

classId

A class identifier to use when saving and loading items of the specified type.

classVersion

A revision number of the item's class serialization format.

clientClass

A class identifier to use when serializing objects of the specified type to JSON.

 See Also